From 00e7c6904484af8bc2dba212a9f22f768ca7f8b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Thu, 20 Oct 2016 13:43:10 +0200 Subject: [PATCH] frame: Remove unused constants --- gtk/gtkframe.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index ea935b0d30..6a5ed09fbf 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -84,10 +84,6 @@ * The style class .flat can appear with the main node. */ - -#define LABEL_PAD 1 -#define LABEL_SIDE_PAD 2 - struct _GtkFramePrivate { /* Properties */ -- 2.30.2